| RegistrationGroup |
| EntityType | Independent |
| Logical Entity Name | RegistrationGroup |
| Default Table Name | AdRegistrationGroup |
| Logical Only | NO |
| Definition | |
| Note |
| RegistrationGroup Attributes |
| Attribute/Logical Rolename | Domain | Datatype | NULL | Definition |
RegistrationGroupId |
INTEGER | NO | ||
| Code | VARCHAR(20) | NO | ||
| Name | VARCHAR(120) | NO | ||
| IsAdvisementRequired | BIT | NO | ||
| AdvisementType | CHAR(1) | YES | ||
| IsUsedInternal | BIT | NO | ||
| IsUsedOnline | BIT | NO | ||
| CreatedDateTime | DATETIME | NO | ||
| LastModifiedDateTime | DATETIME | NO | ||
LastModifiedUserId |
INTEGER | NO | ||
| IsActive | BIT | NO | ||
CampusGroupId |
INTEGER | NO | ||
| RowVersion | TIMESTAMP/DATE | NO |
| RegistrationGroup Keys |
| Key Name | Key Type | Keys |
| AdRegistrationGroup_UserID_N_N_IDX | Inversion Entry | LastModifiedUserId |
| AdRegistrationGroup_SyCampusGrpID_N_N_IDX | Inversion Entry | CampusGroupId |
| AdRegistrationGroup_AdRegistrationGroupID_U_C_IDX | PrimaryKey | RegistrationGroupId |
| RegistrationGroup Relationships |
| Parent Relationships: |
| Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype |
| CampusGroup | Non-Identifying | One To Zero or More | CampusGroupId | NO | |||
| Staff | Non-Identifying | One To Zero or More | LastModifiedUserId | NO |
| Child Relationships: |
| Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype |
| StudentEnrollmentPeriodRegistrationTerm | Non-Identifying | One To Zero or More | NO | ||||
| RegistrationGroupCriteriaList | Non-Identifying | One To Zero or More | NO | ||||
| RegistrationGroupCriteriaListValueRange | Non-Identifying | One To Zero or More | NO | ||||
| RegistrationGroupTerm | Non-Identifying | One To Zero or More | NO | ||||
| RegistrationGroupCriteriaList | Non-Identifying | One To Zero or More | NO | ||||
| RegistrationGroupCriteriaListValueRange | Non-Identifying | One To Zero or More | NO | ||||
| RegistrationGroupTerm | Non-Identifying | One To Zero or More | NO | ||||
| StudentEnrollmentPeriodRegistrationTerm | Non-Identifying | One To Zero or More | NO |
| RegistrationGroup Check Constraints |
| Check Constraint Name | CheckConstraint |
| Chk_AdRegistration_Advisement_And_Type | ([Advisement] = 0 and [AdvisementType] is null or [Advisement] = 1 and [AdvisementType] is not null) |
| Chk_AdRegistrationGroup_Usage | ([UseOnline] = 1 or [UseInternal] = 1) |